Firat AtalayComponent CategoriesSo most of your components will naturally fall into one of three categories, stateless or presentational components, stateful components.3 min read·Feb 23, 2024
Firat AtalayRunning Promises in ParallelLet’s now imagine that we wanted to get some data about three countries at the same time, but in which the order that the data arrives does…7 min read·Jun 5, 2023
Firat AtalayReviewing “Lifting Up State”So we just created an important piece of state and lifted it up to a parent component that is common to both components that need to use or…5 min read·Feb 13, 202436
Firat AtalayBasic Idea of Asymptotic NotationsWell, now let’s see about a very important topic called asymptotic notations. We are going to measure the efficiency of an algorithm. The…10 min read·Dec 28, 2023
Mohammed IbrahimCreating Your First Backend with Node.js: Step-by-Step GuideAre you an web developer or learning web development and came to know about Node.js and Express.js and you are confused “where to start…9 min read·Nov 5, 2023375
AkshayA Guide to Organizing Your React Project: The Optimal Folder StructureIn the vast world of web development, organizing the project structure can be as crucial as the code itself. With the right structure, you…2 min read·Sep 29, 2023257
Bhairab Patra.env file in React jsIn a React.js project, the .env file is typically used to store environment variables. Environment variables are used to configure various…2 min read·Oct 29, 2023102
Sahil AliResolving “error:0308010C:digital envelope routines::unsupported” in Node.js v19.9.0The error looks like:2 min read·Jan 3, 20241051
Mark WorachoteBuilding a Todo List App with ReactJS: A Step-by-Step GuideWelcome to our comprehensive guide on creating a Todo List application using React! React, a JavaScript library developed by Facebook, is…4 min read·Oct 17, 2023913
RishabhinJavaScript Journal: Unlocking Project PotentialBuilding a TypeScript-React Project from Scratch with WebpackWebpack is the go-to bundler for many JavaScript projects, offering robust and flexible configurations. While Create React App (CRA)…3 min read·Oct 13, 2023253